ActiveReports Developer 7
DataBindY(Double[]) Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPointsCollection Class > DataBindY Method : DataBindY(Double[]) Method

yValues
Specifies an array of Y values of the DataPoint object that has been added to the collection.

Glossary Item Box

Binds the Y values of the collection's DataPoints to a specified data source.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub DataBindY( _
   ByVal ParamArray yValues() As System.Double _
) 
C# 
public void DataBindY( 
   params System.double[] yValues
)

Parameters

yValues
Specifies an array of Y values of the DataPoint object that has been added to the collection.

See Also